ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / BollingerBands<T> Class / Multiplier Property

In This Topic
    Multiplier Property
    In This Topic
    Gets or sets the standard deviation multiplier.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(2)>
    Public Property Multiplier As Double
    [DefaultValue(2)]
    public double Multiplier {get; set;}
    See Also